gtk: Define the GtkListItem autocleanup func
authorAdrien Plazas <kekun.plazas@laposte.net>
Tue, 22 Jun 2021 07:41:18 +0000 (09:41 +0200)
committerAdrien Plazas <kekun.plazas@laposte.net>
Tue, 22 Jun 2021 07:43:16 +0000 (09:43 +0200)
gtk/gtk-autocleanups.h

index 9f4b8bd24708709bed28dfd19f284d9a8653a17d..d77b440f9da4db6ee0adfd3466186eaea7d6fb53 100644 (file)
@@ -99,6 +99,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkImage, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkInfoBar, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLevelBar, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLinkButton, g_object_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkListItem, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkListStore, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLockButton, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkMenuButton, g_object_unref)